home *** CD-ROM | disk | FTP | other *** search
- /*
- File: Globals.h
-
- Contains: xxx put contents here xxx
-
- Written by: Tim Harnett
-
- Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <3> 10/6/94 TMH add gApplicationThread
- <2> 9/21/94 TMH got rid of some useless assert junk
- <1> 9/20/94 TMH Abandon RoadsideRest embrace Mercury
- 4/5/94 TMH xxx put comment here xxx
-
- To Do:
- */
-
- #ifndef __Globals__
- #define __Globals__
-
- #ifndef __OCE__
- #include "OCE.h"
- #endif
-
- #ifndef __OCEAUTHDIR__
- #include "OCEAuthDir.h"
- #endif
-
- class TApplication;
- class TCooperativeThread;
- class CPackedRLI;
-
- extern AuthIdentity gIdentity;
- extern TApplication* gApplication;
- extern short gKeyChainDSRefnum;
-
- extern Boolean gDone;
-
- extern TCooperativeThread* gCurrentThread;
-
- #endif
-